home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / smrtslds.sit / SmartSlides 1.1 Demo / card_4713.txt < prev    next >
Text File  |  1990-06-12  |  5KB  |  246 lines

  1. -- card: 4713 from stack: in.1 Demo
  2. -- bmap block id: 2277
  3. -- flags: 0000
  4. -- background id: 2635
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=0 top=19 right=50 bottom=12
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Delay
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the optionKey is down then GiveHelp "Delay┬á"
  23.   else pass mouseUp
  24. end mouseUp
  25.  
  26. on mousedown
  27.   if the optionKey is up then pass mouseDown
  28. end mouseDown
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=0 top=55 right=86 bottom=12
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Beep
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   if the optionKey is down then GiveHelp "Beep┬á"
  46.   else pass mouseUp
  47. end mouseUp
  48.  
  49. on mousedown
  50.   if the optionKey is up then pass mouseDown
  51. end mouseDown
  52.  
  53.  
  54. -- part 3 (button)
  55. -- low flags: 00
  56. -- high flags: 0000
  57. -- rect: left=0 top=89 right=120 bottom=12
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: LockScreen
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   if the optionKey is down then GiveHelp "LockScreen┬á"
  69.   else pass mouseUp
  70. end mouseUp
  71.  
  72. on mousedown
  73.   if the optionKey is up then pass mouseDown
  74. end mouseDown
  75.  
  76.  
  77. -- part 4 (button)
  78. -- low flags: 00
  79. -- high flags: 0000
  80. -- rect: left=0 top=123 right=154 bottom=12
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Opener
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   if the optionKey is down then GiveHelp "On OpenCard┬á"
  92.   else pass mouseUp
  93. end mouseUp
  94.  
  95. on mousedown
  96.   if the optionKey is up then pass mouseDown
  97. end mouseDown
  98.  
  99.  
  100. -- part 5 (field)
  101. -- low flags: 01
  102. -- high flags: 0000
  103. -- rect: left=16 top=12 right=45 bottom=487
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 91
  108. -- text size: 24
  109. -- style flags: 0
  110. -- line height: 32
  111. -- part name: Title
  112.  
  113.  
  114. -- part 6 (field)
  115. -- low flags: 01
  116. -- high flags: 0000
  117. -- rect: left=16 top=48 right=305 bottom=487
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 91
  122. -- text size: 24
  123. -- style flags: 0
  124. -- line height: 32
  125. -- part name: body
  126.  
  127.  
  128. -- part 7 (field)
  129. -- low flags: 01
  130. -- high flags: 2002
  131. -- rect: left=340 top=279 right=302 bottom=481
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: Rectangle
  140.  
  141.  
  142. -- part 8 (field)
  143. -- low flags: 81
  144. -- high flags: 2004
  145. -- rect: left=233 top=42 right=274 bottom=481
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 0
  149. -- font id: 3
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: PopUp 9
  154.  
  155.  
  156. -- part 9 (button)
  157. -- low flags: 00
  158. -- high flags: 0000
  159. -- rect: left=340 top=279 right=302 bottom=481
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 0 / 0
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: PopItUp
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   if the optionKey is down then
  171.     GiveHelp "PopUp┬á"
  172.   else pass mouseUp
  173. end mouseUp
  174.  
  175. on mousedown
  176.   if the optionKey is up then pass mouseDown
  177. end mouseDown
  178.  
  179.  
  180. -- part contents for background part 283
  181. ----- text -----
  182. 2
  183.  
  184. -- part contents for background part 33
  185. ----- text -----
  186. scroll left slowly to card
  187. scroll right slowly to card
  188.  
  189. -- part contents for background part 142
  190. ----- text -----
  191.  
  192.  
  193.  
  194. Opener
  195.  
  196. body
  197.  
  198. PopUp 9
  199. PopItUp
  200.  
  201. -- part contents for card part 5
  202. ----- text -----
  203. Some  Kinds  of  Text  Fields
  204.  
  205. -- part contents for card part 6
  206. ----- text -----
  207. ΓÇó Title fields (with line, as above)
  208. ΓÇó Body fields (e.g. this field)
  209. ΓÇó FullSlide fields (cover area of Title + Body)
  210. ΓÇó AutoScrolling fields (see previous slide)
  211. ΓÇó PopUp fields (see previous slide)
  212. ΓÇó Rectangle fields (e.g. "About this SlideΓǪ")
  213. ΓÇó Other kinds (see next slide)
  214.  
  215. -- part contents for card part 7
  216. ----- text -----
  217. About This SlideΓǪ
  218.  
  219. -- part contents for background part 125
  220. ----- text -----
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. 8
  230.  
  231. -- part contents for card part 8
  232. ----- text -----
  233. STEPS IN MAKING THIS SLIDE:
  234.  
  235. ΓÇó  Create Title Field
  236. ΓÇó  Enter title
  237. ΓÇó  Create Body field
  238. ΓÇó  Enter text
  239. ΓÇó  Create Rectangle field
  240. ΓÇó  Enter "About This SlideΓǪ"
  241. ΓÇó  Create PopUp field
  242. ΓÇó  Resize its button over 
  243.     Rectangle field
  244. ΓÇó  Enter text in PopUp field
  245. ΓÇó  Reset slide
  246. ΓÇó  Make Next Slide